.slide-main {
	height: 650px;
	position: relative;
}
.prev, .next {
	display: block;
	width: 44px;
	height: 44px;
	position: absolute;
	z-index: 222;
	top: 267px;
	overflow: hidden;
	cursor: pointer;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=60);
	_border: 1px solid none;
}
.prev {
	left: 70px;
}
.next {
	right: 70px;
}
.prev:hover, .next:hover, .nav-main a:hover, .nav-main a.cur {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.item {
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 124;
	top: 585px;
	left: 0;
	text-align: center;
}
.item a {
	display: inline-block;
	width: 24px;
	height: 5px;
	margin-right: 11px;
	background: #444;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=30);
	overflow: hidden;
}
.item a.cur {
	background: #e03131;
}
.slide-box, .slide {
	display: block;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.slide-box {
	position: relative;
}
.slide {
	display: none;
	height: 650px;
	background: #ff6900;
	position: relative;
	position: absolute;
	z-index: 8;
}
#bgstylea {
	background: #FFF;
}
#bgstyleb {
	background: #eee;
}
#bgstylec {
	background: #F6DBAE url("../images/2017star bg.jpg") no-repeat center top;
}
#bgstyled {
	background: #c21109 url(../images/qp-bg.jpg) no-repeat center top;
}
#newLbQp {
	background: #d01933;
}
.newlbqp-max-img, .newlbqp-back-img, .newlbqp-btn {
	position: absolute;
	z-index: 11;
	left: 50%;
	cursor: pointer;
}
.newlbqp-max-img {
	display: none;
	width: 668px;
	height: 356px;
	z-index: 13;
	top: 112px;
	margin-left: -334px;
}
.newlbqp-back-img {
	display: none;
	width: 583px;
	height: 114px;
	top: 333px;
	margin-left: -292px;
}
.newlbqp-max-img img, .newlbqp-back-img img {
	width: 100%;
	vertical-align: top;
}
.newlbqp-btn {
	display: block;
	width: 160px;
	height: 43px;
	line-height: 43px;
	margin-left: -80px;
	top: 490px;
	background: url(../images/2015-lb-qp-btn.png) no-repeat left top;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.newlbqp-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.banAnimate .newlbqp-max-img {
	display: block;
	animation-name: campus;
	-webkit-animation: campus 0.4s linear 0s normal none;
	-moz-animation: campus 0.4s linear 0s normal none;
	animation: campus 0.4s linear 0s normal none;
}
@-webkit-keyframes campus {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes campus {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
}
}
@keyframes campus {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity: 1;
	transform: scale(1, 1);
}
}
.banAnimate .newlbqp-back-img {
	display: block;
	animation-name: campusa;
	-webkit-animation: campusa 0.6s linear 0s normal none;
	-moz-animation: campusa 0.6s linear 0s normal none;
	animation: campusa 0.6s linear 0s normal none;
}
@-webkit-keyframes campusa {
from {
opacity:0;
-webkit-transform:scale(0, 0);
}
to {
	opacity: 1;
	-webkit-transform: scale(1, 1);
}
}
@-moz-keyframes campusa {
from {
opacity:0;
-moz-transform:scale(0, 0);
}
to {
	opacity: 1;
	-moz-transform: scale(1, 1);
}
}
@keyframes campusa {
from {
opacity:0;
transform:scale(0, 0);
}
to {
	opacity: 1;
	transform: scale(1, 1);
}
}
.bus-bgimg {
	display: block;
	width: 100%;
	height: 650px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/lbbus-bgimg.png) no-repeat center top;
}
#bgbus {
	background: #ffc600 url(../images/lbbus-bgimg-footer.png) repeat-x left bottom;
}
.slide a {
	border: none;
	outline: none;
}


@media(max-width:1800px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 500px;
}
.item {
	top: 428px;
}

}
@media(max-width:1400px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 460px;
}
.item {
	top: 428px;
}

}


@media(max-width:1200px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 420px;
}
.item {
	top: 380px;
}

}


@media(max-width:992px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 320px;
}
.item {
	top: 280px;
}

}


@media(max-width:852px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 280px;
}
.item {
	top: 200px;
}

}

@media(max-width:802px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 250px;
}
.item {
	top: 200px;
}

}


@media(max-width:702px)  {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 200px;
}
.item {
	top: 160px;
}

}



@media(max-width:550px) {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 190px;
}
.item {
	top: 165px;
}

.bgstylea img{

}

}



@media(max-width:350px) {
.prev, .next, .watch {
	display: none;
}
.slide-main, .slide-box, .slide, .bus-bgimg {
	height: 130px;
}
.item {
	top: 100px;
}

}